body{
  font-family: 'Poppins', sans-serif;
}

/* .row_container {
  position: absolute;
  top: 15%;
  left: 25%;
} */

.box {
  position: relative;
  background-image: linear-gradient(
    to bottom right,
    rgb(177, 201, 217),
    rgb(27, 128, 183)
  );
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  /* height: 100px; */
  /* width: 240px; */
}
.img_logo {
  height: 45px;
  margin-left: 3%;
  /* margin-top: -30px; */
}

.box span {
  color: white;
  margin-left: 10%;
  font-size: x-large;
}
.box i {
  font-size: x-large;
  color: white;
}
.box h6 {
  color: white;
}

.text {
  font-size: medium;
  margin-top: 15px;
  list-style: none;
  gap: 18px;
  justify-content: space-evenly;
  display: grid;
}

.text i {
  margin-right: 15px;
}

.main1 {
  display: grid;
  grid-template-columns: 60% 35%;
  grid-gap: 20px;
  margin-left: 3%;
  margin-top: 5%;
}

.table-payment {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.table-payment h4 {
  padding: 20px;
}
.table-payment td {
  font-weight: 500;
}
.leftbar {
  margin-left: 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.top {
  height: 40%;
  background-color: rgb(27, 128, 183);
}
.top h3 {
  padding: 30px;
  color: white;
  text-align: center;
}
.vle {
  margin-top: -50px;
  padding: 20px;
}
.vle-list .list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 60px;
  width: 90%;
  text-align: center;
  margin-left: 20px;
  background-color: white;
}
.vle-list .list i {
  font-size: xxx-large;
  margin-right: 220px;
}
.vle-list .list h5 {
  margin: -38px 0 0 60px;
}
.but {
  margin: 20px 0 0 5%;
  width: 90%;
}

.navbar {
  background-color: #ddd;
    /* height: 80px; */
    display: flex;
    justify-content: start;
    align-items: center;
    top: 0;
    z-index: 9;
    position: fixed;
    width: 100%;
}

.menu-bars {
  margin-left: 7rem;
  font-size: 2rem;
  margin-top: -25px;
  background: none;
}
.main-content .main{
  width: 100%;
  padding-left: 300px;
}

.nav-menu {
  background-color: rgb(7, 23, 109);
    width: 20%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 80px;
    left: 0;
    transition: 850ms;
}

.navbar-toggle {
  display: none;
}
.nav-menu.active {
  left: 0;
  transition: 350ms;
}

.nav-text {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0;
  list-style: none;
  height: 60px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  gap: 8%;
}

.nav-text:hover {
  background-color: rgb(27, 128, 183);
  color: white;
  border-radius: 5%;
}

.nav-menu-items {
  width: 100%;
  margin-top: 15px;
}

.nav-menu .nav-menu-items 

span {
  margin-left: 16px;
}
ol,
ul {
  padding-left: 0.5rem;
}
.login_but {
  /* margin: 7% 5% 2% 30%; */
  height: 40px;
  width: 100px;
  font-size: 20px;
  padding: 4px;
  /* border-radius: 10%; */
}

/* patient_page */
/* .table {
  margin-top: 20px;
  min-width: 1000px;
} */

.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table th {
  font-size: 16px;
  font-weight: 600;
  color: rgb(27, 128, 183);
}
.table td {
  font-size: 15px;
  font-weight: 400;
  /* color: rgb(20, 92, 130); */
  vertical-align: middle;
}

table tbody tr td p{
  font-size: 14px;
    margin: 0;
    text-align: start;
}
table tbody tr td a{
    background-color: #053479 !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px !important;
    display: inline-block;
    margin: 4px 2px !important;
    padding: 8px 14px !important;
    line-height: initial;
}
table tbody tr td a i{
  font-size: 14px!important;
}
.table td .badge i{
  font-size: 14px;
  color: rgb(27, 128, 183);
}
.title {
  font-size: 30px;
  margin-top: 25px;
  font-weight: 600;
  text-align: start;
  color: rgb(27, 128, 183);
  height: 5px;
}

.badge-primary-soft {
  background-color: rgba(40,110,251,.1);
  color: #286efb;
}
.badge-danger-soft {
  background-color: rgba(220,53,69,.1);
  color: #dc3545;
}
.badge {
    font-size: 14px!important;
    border-radius: 20px;
    padding: 6px 10px;
    line-height: 1.6;
    text-align: center!important;
}



.grap-img {
  margin: 50px 0 0 5px;
  height: 400px;
  width: 1020px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.graph h5 {
  font-size: 20px;
  margin: -29px 0 0 394px;
  color: rgb(20, 92, 130);
}

#appoitment{
  margin-top: 80px;
}
#appoitment .box{
  position: relative;
    border-top: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 24px #f1f1f1;
    box-shadow: 0 6px 24px #f1f1f1;
    height: unset;
}
.box-header.with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.box-header {
  color: #455a64;
  display: block;
  padding: 1rem 2.25rem;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.box-header h3{
  text-align: start;
}
.box-body {
  padding: 35px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.box-body .form-group{
  text-align: start;
  margin-bottom: 20px;
}

[type=radio]:checked+label, [type=radio]:not(:checked)+label {
  font-weight: 400;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    display: inline-block;
    /* height: 25px; */
    /* line-height: 25px; */
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

#appoitment label{
  width: 100%;
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
}
#cat-form label span{
  color: red;
    font-size: 18px;
    margin-left: 5px;
    font-weight: 800;
}
.form-btn{
  margin: 0;
  padding: 0;
}
.form-btn a{
  background-color: #053479 !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px !important;
    display: inline-block;
    margin: 4px 2px !important;
    padding: 8px 14px !important;
    line-height: initial;
    text-decoration: none;
}
.form-btn a i{
  font-size: 14px;
}

#appoitment .top-box{
    border-radius: 8px !important;
    border: 1px solid #f2f2f2;
    box-shadow: 0 6px 24px #f1f1f1 !important;
    width: 100%;
}

#appoitment .box-body .drop-flex{
  display: flex;
  justify-content: start;
  align-items: baseline;
}
#appoitment .box-body .drop-flex select{
  width: 100px;
}
#appoitment .box-body .drop-flex select {
  margin: 0 10px;
}
#appoitment .box-body .drop-flex p{
  font-size: 18px;
}
#appoitment .box-body .drop-flex label{
  text-align: end;
  padding-right: 10px;
}
.inner-content .form-label{
  font-size: 16px;
  font-weight: 500;
}